Version

GetLargeChangeValue(Double,Boolean) Method

Gets the LargeChange value in double, based off of a given starting point (but not including it, used for DateTime).
Syntax
'Declaration
 
Protected Friend Overloads Overridable Function GetLargeChangeValue( _
   ByVal baseValue As Double, _
   ByVal isIncreasing As Boolean _
) As Double
protected internal virtual double GetLargeChangeValue( 
   double baseValue,
   bool isIncreasing
)

Parameters

baseValue
The starting point to add the large value to.
isIncreasing
Indicated whether the change is positive or negative.

Return Value

value in double based of the starting point (but not including it, used for DateTime)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also